projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66bd524
)
(read-passwd): Use clear-this-command-keys.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 03:44:06 +0000
(
03:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 03:44:06 +0000
(
03:44
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index f92e78d9afb5b2178ed2dea303fa58c9e336277f..9bea598b8a5780c03c011cbbd44bd15120d58ba5 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-792,6
+792,7
@@
Optional DEFAULT is a default password to use instead of empty input."
(message "Password not repeated accurately; please start over")
(sit-for 1))))
success)
+ (clear-this-command-keys)
(let ((pass nil)
(c 0)
(echo-keystrokes 0)